Method LoadAsync(IEnumerable<long>, int, bool?)
Bulk load objects by ID (uses _securityContext)
Supports polymorphic loading of objects from different schemes
public Task<List<IRedbObject>> LoadAsync(IEnumerable<long> objectIds, int depth = 10, bool? lazyLoadProps = null)